﻿@charset "utf-8";
/*reset.css*/
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html,body,div,form,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;border:0 none;font-family:inherit;}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6,div,p,li,dt,dd{word-break:break-all;word-wrap:break-word;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table,iframe{width:100%;}
th,td,img,input,select,textarea{vertical-align:middle;}
ul,ol{list-style:none outside none;}
fieldset,img{border:medium none;}
caption,th{text-align:left;}
q:before,q:after{content:"";}
abbr,acronym,input{border:0 none;}
a:link,a:hover,a:visited,a:active{text-decoration:none;}
a{color:#000;}
input,textarea,select,button{outline:none;}
textarea{resize:none; word-break:break-all; word-wrap:break-word;}
legend{display:none;}
/*reset html5*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0 none;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;	
}
/* Be used to clear float */
.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clear{height: 1%; display:inline-block;}
*+html .clear{height: 1%; display:inline-block;}
.Clear{display:block;}

.clear {
	clear: both;
}
/* 外墙法清除浮动 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* IE 6/7 */ .clearfix {
	zoom: 1;
}

/*自定义*/

.bd {display: block;}
.dib {display: inline-block;}
.none {display: none;}
.hidden {overflow: hidden;}

.fl {float: left;display: inline}
.fr {float: right;display: inline}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.bc{margin-left:auto;margin-right:auto}
.relative {position:relative}
.absolute {position:absolute}
.mb24 {margin-bottom: 24px;}
.mb28 {margin-bottom: 28px;}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

body {
	font: 15px/150% Arial,"Microsoft YaHei","SimSun","宋体";
	color: #000;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease; 
}

.outside {
	height: 60px;
}
.logo {
	margin: 25px 0 0 30px;
	width: 217px;
	height: 53px;
	display:inline-block;
	background: url(/images/xflogo.png);
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
}
.substation {
	padding: 16px 0 6px 26px;
	border-bottom: 1px dashed #bfbfbf;
	background: url('../images/icon.png') no-repeat left 21px;
}
.substation li {
	float: left;
	position: relative;
	width: 55px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.substation > li+li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 12px;
	width: 1px;
	height: 8px;
	background-color: #e2e2e2;
}
.substation > li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 35px;
}
.subs {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 76px;
	padding: 7px 0;
	margin-left: -38px;
	border-radius: 7px;
	background-color: rgb(254,161,65);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.subs:before {
	content: " ";
	position: absolute;
	left: 50%;
	top:-16px;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: url('../images/top.png') no-repeat;
}
.subs li {
	width: 100%;
	line-height: 35px;
	text-align: center;
}
.subs li a {
	display: block;
	color: #fff;
}
.subs li:hover {
	background-color: rgb(253,119,45);
}
.menu {
	text-align: center;
}
.menu li {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	line-height: 60px;
	font-size: 0;
}
.menu li+li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 23px;
	width: 1px;
	height: 15px;
	background-color: #cfcfcf;
}
.menu li:first-child {padding-left: 0;}
.menu li:last-child {padding-right: 0;}
.menu a {
	font-size: 18px;
	color: #b71f26;
}
.menu a:hover {font-weight: bold;}
.menu .on a {font-weight: bold;}
.split_line {
	height: 10px;
	/*margin-bottom: 10px;*/
	background-image: linear-gradient(#fcf5f4, #fdf9f9, #fefcfb);
	background-image: -webkit-linear-gradient(#fcf5f4, #fdf9f9, #fefcfb);
}
.page {
	margin-top: 30px;
	text-align: center;
}
.page a {
	background: #f7f6f3;
	border: 1px solid #dedcd5;
	padding: 5px 12px;
	display: inline-block;
	margin: 0 6px;
	font-size: 14px;
}
	.page .a_cur{
		color:red;
		font-weight:bold;
	}


.footer {
	padding: 30px 0;
	line-height: 1.8;
	background-color: #f0f0f0;
}

.xf_link {
	margin-bottom: 23px;
}

.wx {
	padding-top: 13px;
}

	.wx img {
		width: 80px;
		margin-left: 12px;
	}

.share {
	height: 30px;
	line-height: 30px;
	padding-left: 34px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 999;
	float:left;
}

.header .share * {
	vertical-align: middle;
}

 .share a {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 5px;
	transition: all .1s;
}



 .share .wx {
	background: url(../images/share.png) 0 0 no-repeat;
}

 .share .wb {
	background: url(../images/share.png) -45px 0 no-repeat;
}

 .share .xcx {
	background: url(../images/share.png) -133px 0 no-repeat;
}

 .share .khd {
	background: url(../images/share.png) -90px 0 no-repeat;
}

.share .wx-ewm{
	margin-bottom: 24px;
	width: 150px;
	height: 150px;
	background-color: #348CEC;
	color: #808080;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 50px;
	top: 40px;
	display: none;
	z-index: 99;
}
.share .wx-ewm img
 {
	display: block;
	width: 135px;
	height: 135px;
	margin: 8px auto;
}
.bottomIcon{
	 display:inline-block;
	 background-image:url(../images/icons.png);
	 background-repeat:no-repeat;
	 width:20px;height:18px;
}
.bottomIcon1{
	background-position-x: -638px;
    background-position-y:0px;
}
.bottomIcon2{
	background-position-x: -548px;
    background-position-y:0px;
}
.bottomIcon3{
	background-position-x: -580px;
    background-position-y:0px;
}
.bottomIcon4{
	background-position-x: -605px;
    background-position-y:0px;
}